home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Me-Mz
/
MiBalloonoid 1.0.cpt
/
MiBalloonoid 1.0
/
MiBalloons.r
< prev
next >
Wrap
Text File
|
1991-04-30
|
2KB
|
113 lines
/* Rez file for balloon document "Mi Balloons" */
/* Created Apr 30, 1991 at 4:06 PM */
#include "Types.r"
#include "BalloonTypes.r"
resource 'hmnu' (130,"MiBalloonoid") {
HelpMgrVersion,
hmDefaultOptions,
0,
0,
HMSkipItem { },
{
HMTEResItem { /* Menu Title */
1000,
0,
0,
0
},
HMCompareItem {
"Show Balloons",
HMTEResItem { /* item 1:Show Balloons */
1001,
0,
0,
0
}
},
HMCompareItem {
"Hide Balloons",
HMTEResItem { /* item 1:Hide Balloons */
1002,
0,
0,
0
}
},
HMSkipItem { },
HMTEResItem { /* item 3:Do This */
1003,
0,
0,
0
},
HMTEResItem { /* item 4:Do That */
1004,
0,
0,
0
},
HMTEResItem { /* item 5:Disabled Item */
0,
1005,
0,
0
}
}
};
data 'styl' (1000, "Balloon Help String 1") { $"0000" };
data 'TEXT' (1000, "Balloon Help String 1") {
/* Menu Title, Normal */
"MiBalloonoid Menu\$0D\$0DUse the menu to test the various fea"
"tures of MiBalloonoid. It's really keen under System 7!"
};
data 'styl' (1001, "Balloon Help String 2") { $"0000" };
data 'TEXT' (1001, "Balloon Help String 2") {
/* Show Balloons, Normal */
"Use this to turn the balloon help system on. It can also b"
"e turned on by selecting Show Balloons from System 7's help "
"menu."
};
data 'styl' (1002, "Balloon Help String 3") { $"0000" };
data 'TEXT' (1002, "Balloon Help String 3") {
/* Hide Balloons, Normal */
"Use this to turn the balloon help system off. It can also "
"be turned on by selecting Hide Balloons from System 7's help"
" menu."
};
data 'styl' (1003, "Balloon Help String 4") { $"0000" };
data 'TEXT' (1003, "Balloon Help String 4") {
/* Do This, Normal */
"This doesn't do anything but demonstrate how MiBalloonoid h"
"andles balloons for menu items."
};
data 'styl' (1004, "Balloon Help String 5") { $"0000" };
data 'TEXT' (1004, "Balloon Help String 5") {
/* Do That, Normal */
"This doesn't do anything but demonstrate how MiBalloonoid h"
"andles balloons for menu items."
};
data 'styl' (1005, "Balloon Help String 6") { $"0000" };
data 'TEXT' (1005, "Balloon Help String 6") {
/* Disabled Item, Grayed */
"This item is disabled because it is a test to show how to s"
"upply a help message under System 7. Under System 6, this h"
"elp message won't be displayed."
};